-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature/projects #39
feature/projects #39
Conversation
256d7c2
to
9f694c9
Compare
src/Entity/PriceList.php
Outdated
@@ -0,0 +1,40 @@ | |||
<?php |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the purpose of the PriceList? It is not used anywhere else in the system.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Atm. it does not have any purpose in the system and should be removed.
750c012
to
51cde69
Compare
src/Form/ClientType.php
Outdated
'required' => true, | ||
'row_attr' => ['class' => 'form-element-wrapper'], | ||
]) | ||
->add('standardPrice', TextType::class, [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be a NumberType: https://symfony.com/doc/current/reference/forms/types/number.html
src/Form/ClientType.php
Outdated
], | ||
'attr' => [ | ||
'class' => 'form-element', | ||
'data-create-project-target' => 'choice', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this line
Adjustments to feature/projects
Feature/projects sync adjustments
Link to ticket
https://leantime.itkdev.dk/tickets/showKanban#/tickets/showTicket/463
Description
Implements sync of projects, issues, worklogs etc from Leantime.
Checklist